type runtime.immortalWeakHandle

7 uses

	runtime (current package)
		mheap.go#L2649: type immortalWeakHandle struct {
		mheap.go#L2657: func (h *immortalWeakHandle) handle() *atomic.Uintptr {
		mheap.go#L2667: 	var newNode *immortalWeakHandle
		mheap.go#L2672: 		n := (*immortalWeakHandle)(m.Load())
		mheap.go#L2690: 				newNode = (*immortalWeakHandle)(persistentalloc(unsafe.Sizeof(immortalWeakHandle{}), goarch.PtrSize, &memstats.gcMiscSys))
		mheap.go#L2699: 			n = (*immortalWeakHandle)(m.Load())